<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-overlay{
background: -moz-linear-gradient(top,  rgba(11,11,11,0.65) 0%, rgba(4,4,4,0) 60%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(11,11,11,0.65) 0%,rgba(4,4,4,0) 60%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(11,11,11,0.65) 0%,rgba(4,4,4,0) 60%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60b0b0b', endColorstr='#00000000',GradientType=0 );
}
</pre></body></html>